Skip to content

[UI] Batch: expose adaptive AIMD ramp-up controls - #2602

Open
Jeffwan wants to merge 2 commits into
vllm-project:mainfrom
Jeffwan:codex/console-adaptive-aimd-settings
Open

[UI] Batch: expose adaptive AIMD ramp-up controls#2602
Jeffwan wants to merge 2 commits into
vllm-project:mainfrom
Jeffwan:codex/console-adaptive-aimd-settings

Conversation

@Jeffwan

@Jeffwan Jeffwan commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add adaptive healthy-window and additive-increase inputs to the existing batch Client Settings section
  • validate both optional values as integers greater than or equal to 1 while preserving service defaults when blank
  • explain the two-stage AIMD ramp-up behavior and keep the client setting grids responsive
  • cover the Console API snake-case serialization contract

Follow-up to #2530.

Testing

  • cd apps/console/web && npm test
  • cd apps/console/web && npm run build

Signed-off-by: Jiaxin Shan <seedjeffwan@gmail.com>
@Jeffwan
Jeffwan force-pushed the codex/console-adaptive-aimd-settings branch from 5d49c87 to d70f8f2 Compare August 22, 2026 14:30

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds support for configuring adaptive AIMD settings (adaptiveHealthyWindow and adaptiveAdditiveIncrease) in the job creation form, including UI inputs, validation, and serialization tests. The review feedback suggests improving the user experience and backend payload consistency by disabling the new input fields and omitting their values from the API request when adaptive concurrency is turned off.

Comment thread apps/console/web/src/components/CreateJob.tsx Outdated
Comment thread apps/console/web/src/components/CreateJob.tsx
Comment thread apps/console/web/src/components/CreateJob.tsx
Signed-off-by: Jiaxin Shan <seedjeffwan@gmail.com>
@Jeffwan

Jeffwan commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator Author

/cc @scarlet25151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant